<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;title&gt;200&lt;/title&gt;
&lt;style type="text/css"&gt;
body {
    background-color: #f3f3f4;
    color: #676a6c;
    height: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.middle-box h1 {
  font-size: 170px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn {
  border-radius: 3px;
  font-size: inherit;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #1ab394;
  border-color: #1ab394;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.btn:hover {
  background-color: #1c8570;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.buttons {
    margin-top: 30px;
}

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class="middle-box"&gt;
        &lt;!--&lt;h1&gt;200&lt;/h1&gt;--&gt;
        &lt;!--&lt;h3 class="font-bold"&gt;Internal Server Error&lt;/h3&gt;--&gt;
        &lt;div class="error-desc"&gt;ç½‘ç«™æ­£åœ¨ç»´æŠ¤ä¸­ï¼Œè¯·ç¨åŽå†è¯•ï¼å¦‚æžœæ‚¨è®¤ä¸ºè¿™æ˜¯ä¸€ä¸ªé”™è¯¯ï¼Œè¯·è”ç³»ç½‘ç«™ç®¡ç†å‘˜ã€‚&lt;/div&gt;
        &lt;div class="buttons"&gt;&lt;a class="btn btn-primary" onclick="javascript:history.back()"&gt;è¿”å›ž&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;span style="position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 0);"&gt;Request ID:  7522693389986701107&lt;/span&gt;</pre></body></html>